﻿@import url("jquery-ui.css");
@import url("ui.dropdownchecklist.standalone.css");

tr.odd
{
	background-color: rgb(254,206,102);
}

h2, h3
{
	/* #254312 */
	margin: 0;
	padding: 5px 13px 5px 13px;
	background-color: #254312;
	/* color: #E8DEC9; */
}

#header
{
	/* background-color:#E2E2E2;
	color: #E2E2E2; */
	height:65px;
}

#header #logo
{
	background-image: url('images/logo.gif'); /* set this in the branding */
	/* background-color: #E2E2E2;  change this in the branding */
	margin-left: 10px; /* change this in the branding to align the logo with the headers below it */
}

#footer
{
	background-color: #254312;
	/*position:absolute;*/
	bottom:1px;
	width:100%;
	height: 25px;
}
#footer p
{
    color:#EBEBEB;
}
#footer a
{
    color:#FFA500; 
    font-weight:bold;
}

#innerForm table
{
    margin-bottom:10px;
    background: #f00;/*#E3EFFF;*/
}

#editOptionType { height: 370px !important;}
#editFuturesType { height: 370px !important; }
#optype .editor-radio, #ctrtype .editor-radio { display: inline;}